Common Object Request Broker Architecture - translation to ολλανδικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Common Object Request Broker Architecture - translation to ολλανδικά

STANDARD TO FACILITATE COMMUNICATION BETWEEN SYSTEMS ON DIVERSE PLATFORMS
CORBA architecture; Common object request broker architecture; CORBA Component Model; VMCID; Servant (CORBA); Objects by Value; Portable interceptors; Portable Object Adapter; Corbaloc; Incarnation (CORBA); CORBA; Object Management Architecture; OMG IDL; CORBA IDL

Common Object Request Broker Architecture         
(internet) gemeenschappelijke norm van administratief beheer van termobjecten die samenwerking tussen verschillende programmering van verschillende platformen mogelijk maakt
direct object         
GRAMMATICAL TERM; ARGUMENT IN A PROPOSITION
Direct object; Indirect object; Object (linguistics); Grammatic object; Grammatical object; Indirect objects; Object of preposition; Prepositional complement; Direct Object; Inner object; Outer object
lijdend voorwerp
indirect object         
GRAMMATICAL TERM; ARGUMENT IN A PROPOSITION
Direct object; Indirect object; Object (linguistics); Grammatic object; Grammatical object; Indirect objects; Object of preposition; Prepositional complement; Direct Object; Inner object; Outer object
indirect object, lijdend voorwerp

Ορισμός

Common Object Request Broker Architecture
<standard, programming> (CORBA) An Object Management Group specification which provides a standard messaging interface between distributed objects. The original CORBA specification (1.1) has been revised through version 2 (CORBA 2) with the latest specification being version 3 (CORBA 3). In its most basic form CORBA consists of the Interface Definition Language (IDL) and the Dynamic Invocation Interface (DII). The IDL definition is complied into a Stub (client) and Skeleton (server) component that communicate through an Object Request Broker (ORB). When an ORB determines that a request is to a remote object, it may execute the request by communicating with the remote ORB. The Corba IDL can be mapped to a number of languages including C, C++, Java, COBOL, Smalltalk, Ada, Lisp, Python, and IDLscript. CORBA ORBs are widely available for a number of platforms. The OMG standard for inter-ORB communication is IIOP, this ensures that all CORBA 2 compliant ORBS are able to interoperate. Latest version: Corba 3.0.3 2004-03-12, as of 2007-09-04. See also COSS, Component Object Model, RMI. {OMG CORBA specs (http://www.omg.org/technology/documents/corba_spec_catalog.htm)}. (2007-09-04)

Βικιπαίδεια

Common Object Request Broker Architecture

The Common Object Request Broker Architecture (CORBA) is a standard defined by the Object Management Group (OMG) designed to facilitate the communication of systems that are deployed on diverse platforms. CORBA enables collaboration between systems on different operating systems, programming languages, and computing hardware. CORBA uses an object-oriented model although the systems that use the CORBA do not have to be object-oriented. CORBA is an example of the distributed object paradigm.